Nevron .NET Vision
Nevron.GraphicsCore Namespace / NPointFList Class / Transform Method / Transform(IList<NPointF>,NMatrix2DF) Method
Lst of points.
transform


In This Topic
    Transform(IList<NPointF>,NMatrix2DF) Method
    In This Topic
    Transforms all points in the list with the specified transform
    Syntax
    'Declaration
     
    
    Public Overloads Shared Sub Transform( _
       ByVal points As System.Collections.Generic.IList(Of NPointF), _
       ByVal transform As NMatrix2DF _
    ) 
    'Usage
     
    
    Dim points As System.Collections.Generic.IList(Of NPointF)
    Dim transform As NMatrix2DF
     
    NPointFList.Transform(points, transform)
    public static void Transform( 
       System.Collections.Generic.IList<NPointF> points,
       NMatrix2DF transform
    )

    Parameters

    points
    Lst of points.
    transform
    transform
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also